home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / bootmess.doc < prev    next >
Text File  |  1995-03-31  |  2KB  |  42 lines

  1. *********************************************************************** 
  2.         DOCUMENTATION FILE FOR POWER UP MESSAGES ON THE 48SX 
  3. *********************************************************************** 
  4.  
  5. Here is my entry for the USELESS PROGRAM OF THE YEAR contest... 
  6.  
  7. This collection of programs provides a cute little power up message on the 
  8. display of your 48SX.  Info such as a greeting, time since last boot, time 
  9. last booted and kBytes of available memory.  Useful for little else other than 
  10. impressing other computer geeks!  All programs are in a directory named 
  11. BOOTMESS.  The directory checksum is 14C4 (hex). 
  12.  
  13. The only really useful program included is PRESERVE which take an object from 
  14. level 1 and evaluates it.  It then restores the 48SX flags to thier condition 
  15. prior to evaluation of the object.  I believe Bill Wickes wrote it. 
  16.  
  17. GREET is a program that places a string on the stack based on the time of day. 
  18.  
  19. SYSUP is a program to run once your 48SX is configured the way you want it.  I 
  20. run it after the 48SX restores memory from an archive.  (Note that these 
  21. programs must have been in the archive!)  SYSUP must be run before the rest of 
  22. these programs can be used.  It creates a list named BOOTTIME. 
  23.  
  24. UPTIM provides a display of information based on the contents of BOOTTIME, 
  25. time of day and memory available.  It looks something like this... 
  26.  
  27. GOOD MORNING             (greeting) 
  28. Booted: 12/22/90  09:37  (date and time of last boot, when SYSUP was run) 
  29. Online: 0.1.1432         (up for 0 days, 1 hour, 14 minutes, 32 seconds) 
  30. kBytes: 29.5             (29.5 k bytes of free memory.  1 kbyte = 1024 bytes) 
  31.  
  32. SIGNOFF shuts the 48SX off and allows SYSUP to run when it is turned back on. 
  33. You may want to assign SIGNOFF to the OFF key.  You may also want to place 
  34. the programs in your HOME directory if you do any key assignments. 
  35.  
  36. Like I said, pretty useless!  What else was I going to do on a boring Saturday 
  37. morning? 
  38.  
  39. Kevin Jessup 
  40. Home:   (414) 355-9752 
  41. Office: (414) 362-2020 
  42.